diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls/stat-failed | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ls/stat-failed b/tests/ls/stat-failed index bf86681ba..c038c3757 100755 --- a/tests/ls/stat-failed +++ b/tests/ls/stat-failed @@ -35,7 +35,7 @@ test $? = 1 || fail=1 cat <<\EOF > exp || fail=1 total 0 -?--------- ? ? ? d/s +?--------- ? ? ? s EOF cmp out exp || fail=1 @@ -47,8 +47,8 @@ ls --dired -il d > out 2> /dev/null && fail=1 cat <<\EOF > exp || fail=1 total 0 - ? ?--------- ? ? ? ? ? d/s -//DIRED// 46 49 + ? ?--------- ? ? ? ? ? s +//DIRED// 46 47 //DIRED-OPTIONS// --quoting-style=literal EOF |