summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/unrepresentable6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index fa71bd3..206af86 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -25,12 +25,12 @@ badly-2 () {
attempt
}
-badly-1 orig-symlink 'not a plain file'
+badly-1 orig-symlink 'modified symlink'
ln -sf NEWTARGET orig-symlink
git add orig-symlink
badly-2
-badly-1 orig-symlink 'not a plain file'
+badly-1 orig-symlink 'non-default mode or type'
git rm -f orig-symlink
badly-2
@@ -39,7 +39,7 @@ start
git commit -m deleted
attempt
-badly-1 src.c 'mode changed'
+badly-1 src.c 'mode or type changed'
chmod +x src.c
git add src.c
badly-2