Make Series.refresh_patch automatically save the undo information
[stgit] / t / t0002-status.sh
index d0c31b2..6389a23 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 &&