chiark / gitweb /
Allow StGIT commands to run correctly in subdirectories
[stgit] / t / t0002-status.sh
index d0c31b250926482e113c32b59a9d01cc0cf95b05..6389a23f0464a52a13213e4b0d1a607bcfbfc6bc 100755 (executable)
@@ -127,6 +127,7 @@ test_expect_success 'Status of file' '
 '
 
 cat > expected.txt <<EOF
+C foo/bar
 EOF
 test_expect_success 'Status of dir' '
     stg status foo > output.txt &&