From 10f240a07f156493eb0540a95f9a3deba36c6862 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 8 Mar 2012 13:13:24 +0000 Subject: tests/md: Number the errors so we can easily see which test fails. --- tests/md/test-inspect-fstab.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/md/test-inspect-fstab.sh b/tests/md/test-inspect-fstab.sh index 576ce031..fec42c0d 100755 --- a/tests/md/test-inspect-fstab.sh +++ b/tests/md/test-inspect-fstab.sh @@ -58,7 +58,7 @@ if [ "$(cat test.output)" != "/: /dev/VG/Root /boot: /dev/vda1 /nosuchfile: /dev/VG/LV1 /var: /dev/sdb3" ]; then - echo "$0: error: unexpected output from inspect-get-mountpoints command" + echo "$0: error #1: unexpected output from inspect-get-mountpoints command" cat test.output exit 1 fi @@ -88,7 +88,7 @@ EOF if [ "$(cat test.output)" != "/dev/VG/Root /: /dev/VG/Root /boot: /dev/vda1" ]; then - echo "$0: error: unexpected output from inspect-get-mountpoints command" + echo "$0: error #2: unexpected output from inspect-get-mountpoints command" cat test.output exit 1 fi @@ -120,7 +120,7 @@ if [ "$(cat test.output)" != "/dev/VG/Root /: /dev/VG/Root /boot: /dev/vda1 /var: /dev/vda" ]; then - echo "$0: error: unexpected output from inspect-get-mountpoints command" + echo "$0: error #3: unexpected output from inspect-get-mountpoints command" cat test.output exit 1 fi -- cgit