Imported Upstream version 2.25.0
[platform/upstream/git.git] / t / t1309-early-config.sh
index 3a0de0d..ebb8e1a 100755 (executable)
@@ -29,7 +29,7 @@ test_expect_success 'ceiling' '
                cd sub &&
                test-tool config read_early_config early.config
        ) >output &&
-       test -z "$(cat output)"
+       test_must_be_empty output
 '
 
 test_expect_success 'ceiling #2' '