]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6301-for-each-ref-errors.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t6301-for-each-ref-errors.sh
index 49cc65bb58dd2b81de8f6eebd39ed1649752709d..809854fc0ce98e16d8d4faa1ae22715134293c84 100755 (executable)
@@ -5,9 +5,9 @@ test_description='for-each-ref errors for broken refs'
 . ./test-lib.sh
 
 ZEROS=$ZERO_OID
-MISSING=abababababababababababababababababababab
 
 test_expect_success setup '
+       MISSING=$(test_oid deadbeef) &&
        git commit --allow-empty -m "Initial" &&
        git tag testtag &&
        git for-each-ref >full-list &&