summaryrefslogtreecommitdiff
path: root/tests/misc/head-c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/head-c')
-rwxr-xr-xtests/misc/head-c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/head-c b/tests/misc/head-c
index 8a768a42a..32f86d2f3 100755
--- a/tests/misc/head-c
+++ b/tests/misc/head-c
@@ -22,7 +22,7 @@ print_ver_ head
echo abc > in || framework_failure_
(head -c1; head -c1) < in > out || fail=1
-case "`cat out`" in
+case "$(cat out)" in
ab) ;;
*) fail=1 ;;
esac