summaryrefslogtreecommitdiff
path: root/tests/t0001-tiny.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0001-tiny.sh')
-rwxr-xr-xtests/t0001-tiny.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0001-tiny.sh b/tests/t0001-tiny.sh
index c6434e4..af852e6 100755
--- a/tests/t0001-tiny.sh
+++ b/tests/t0001-tiny.sh
@@ -37,7 +37,7 @@ for opt in '' -s; do
# When run as root, there are just curses-related control chars. Remove them.
sed 's/^.\{1,12\}$//;/^$/d' out > k && mv k out \
|| fail=1
- compare out /dev/null || fail=1
+ compare /dev/null out || fail=1
parted -s $dev p || fail=1
rm -f $dev