aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchGitRefs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fetchGitRefs.sh')
-rw-r--r--tests/fetchGitRefs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchGitRefs.sh b/tests/fetchGitRefs.sh
index 93993ae90..23934698e 100644
--- a/tests/fetchGitRefs.sh
+++ b/tests/fetchGitRefs.sh
@@ -56,7 +56,7 @@ invalid_ref() {
else
(! git check-ref-format --branch "$1" >/dev/null 2>&1)
fi
- nix --debug eval --raw "(builtins.fetchGit { url = $repo; ref = ''$1''; }).outPath" 2>&1 | grep 'error: invalid Git branch/tag name' >/dev/null
+ nix --debug eval --raw "(builtins.fetchGit { url = $repo; ref = ''$1''; }).outPath" 2>&1 | grep 'invalid Git branch/tag name' >/dev/null
}