Imported Upstream version 2.22.3
[platform/upstream/git.git] / t / t3100-ls-tree-restrict.sh
index 325114f..18baf49 100755 (executable)
@@ -32,7 +32,7 @@ test_expect_success \
      echo $tree'
 
 test_output () {
-    sed -e "s/ $_x40   / X     /" <current >check
+    sed -e "s/ $OID_REGEX      / X     /" <current >check
     test_cmp expected check
 }