chiark / gitweb /
Fix "stg sink" with no applied patches (bug 11887)
[stgit] / t / t1501-sink.sh
index 3872c4b0af13093bc80e5d475318c0c6cccb88d4..6af45fedff1536acc557f172c316c3650ccc0873 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"
 '