Populate the cached config options with the defaults
[stgit] / t / t3200-non-ascii-filenames.sh
index 3146b8d..1aa78ed 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
 '