summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/assert')
-rwxr-xr-xtests/tail-2/assert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert
index 37b9afbcf..043e25937 100755
--- a/tests/tail-2/assert
+++ b/tests/tail-2/assert
@@ -51,7 +51,7 @@ mv f foo
# echo waiting....
wait
-case "`cat err`" in
+case "$(cat err)" in
*$ok) ;;
*) fail=1;;
esac