chiark / gitweb /
Make "stg refresh" subdirectory safe
[stgit] / t / t2300-refresh-subdir.sh
index d1c7168197fe4e7f2ffa90fbbe9d6218edf029a7..bdd27c5740ed9839ab7409d8d1dc2fe969536690 100755 (executable)
@@ -15,7 +15,7 @@ test_expect_success 'Refresh from a subdirectory' '
     [ "$(stg status)" = "" ]
 '
 
-test_expect_failure 'Refresh again' '
+test_expect_success 'Refresh again' '
     echo foo2 >> foo.txt &&
     echo bar2 >> bar/bar.txt &&
     cd bar &&