chiark / gitweb /
Handle refresh of changed files with non-ASCII names
[stgit] / t / t3200-non-ascii-filenames.sh
index 3146b8d989d59a0005a6a0b5506900f492ce18e2..1aa78ed12172685913368649c4201022bac58b21 100755 (executable)
@@ -40,7 +40,7 @@ test_expect_success 'Setup' '
 cat > expected.txt <<EOF
 M skärgårdsö.txt
 EOF
-test_expect_failure 'Status of modified non-ASCII file' '
+test_expect_success 'Status of modified non-ASCII file' '
     stg status > output.txt &&
     diff -u expected.txt output.txt
 '