git remote: allow adding remotes agreeing with url.<...>.insteadOf
[gitweb.git] / t / t4038-diff-combined.sh
index c5eacb80f62ac5764bef5ba3e69f5b5546e73e9a..0b4f7dfdc6f6dac4775ab4b016d6be83681ddadd 100755 (executable)
@@ -94,7 +94,7 @@ test_expect_success 'setup for --cc --raw' '
        blob=$(echo file | git hash-object --stdin -w) &&
        base_tree=$(echo "100644 blob $blob     file" | git mktree) &&
        trees= &&
-       for i in `test_seq 1 40`
+       for i in $(test_seq 1 40)
        do
                blob=$(echo file$i | git hash-object --stdin -w) &&
                trees="$trees$(echo "100644 blob $blob  file" | git mktree)$LF"