pull --rebase: exit early when the working directory is dirty
[gitweb.git] / t / t0000-basic.sh
index 92de08822702f780c6895a5d2c070ee009ecfef7..690f80ab27fd9ff6d7e145a86eb22c6f87e3cd76 100755 (executable)
@@ -304,9 +304,11 @@ test_expect_success 'absolute path works as expected' '
        test "$dir" = "$(test-absolute-path $dir2)" &&
        file="$dir"/index &&
        test "$file" = "$(test-absolute-path $dir2/index)" &&
+       basename=blub &&
+       test "$dir/$basename" = "$(cd .git && test-absolute-path "$basename")" &&
        ln -s ../first/file .git/syml &&
        sym="$(cd first; pwd -P)"/file &&
-       test "$sym" = "$(test-absolute-path $dir2/syml)"
+       test "$sym" = "$(test-absolute-path "$dir2/syml")"
 '
 
 test_expect_success 'very long name in the index handled sanely' '