summaryrefslogtreecommitdiff
path: root/tests/t1701-rescue-fs.sh
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2018-10-17 11:41:01 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-09 11:54:54 -0700
commit6d215e85706715133cee5351d6008d849affa8a8 (patch)
treeb0a42b8aeaee4dad08dc6abcb0f5dc447d4f19bc /tests/t1701-rescue-fs.sh
parent477074b6b47eb8caa6170ae195b73b72ee469f23 (diff)
downloadparted-6d215e85706715133cee5351d6008d849affa8a8.tar.gz
Fix syntax-check complaints about tests
Diffstat (limited to 'tests/t1701-rescue-fs.sh')
-rw-r--r--tests/t1701-rescue-fs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t1701-rescue-fs.sh b/tests/t1701-rescue-fs.sh
index bbf5eac..494fa5b 100644
--- a/tests/t1701-rescue-fs.sh
+++ b/tests/t1701-rescue-fs.sh
@@ -49,5 +49,5 @@ EOF
mv out o2 && sed -e "s, * ,,g;s, $,," \
-e "s,^.*/lt-parted: ,parted: ," o2 > out
echo '' >> exp
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail