diff options
Diffstat (limited to 'tests/touch/fail-diag')
-rwxr-xr-x | tests/touch/fail-diag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/fail-diag b/tests/touch/fail-diag index d42ee3774..6cdc1e2af 100755 --- a/tests/touch/fail-diag +++ b/tests/touch/fail-diag @@ -24,7 +24,7 @@ file=/no-such-dir/file touch $file > out 2>&1 && fail=1 cat <<EOF > exp -touch: cannot touch \`$file': No such file or directory +touch: cannot touch '$file': No such file or directory EOF compare exp out || fail=1 |