Fix "stg sink" with no applied patches (bug 11887)
[stgit] / t / t1501-sink.sh
index 3872c4b..6af45fe 100755 (executable)
@@ -20,7 +20,7 @@ test_expect_success 'sink without applied patches' '
     ! stg sink
 '
 
-test_expect_failure 'sink a specific patch without applied patches' '
+test_expect_success 'sink a specific patch without applied patches' '
     stg sink y &&
     test $(echo $(stg applied)) = "y"
 '