aboutsummaryrefslogtreecommitdiff
path: root/t/22-race.t
diff options
context:
space:
mode:
Diffstat (limited to 't/22-race.t')
-rwxr-xr-xt/22-race.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/22-race.t b/t/22-race.t
index 335ef7c..8323a75 100755
--- a/t/22-race.t
+++ b/t/22-race.t
@@ -94,7 +94,7 @@ GIT
$out = capture_merged { $res = SBO::Lib::git_sbo_tree("file://$tempdir"); };
is ($res, 0, 'git_sbo_tree() returned 0');
- is ($out, "fatal: Not a git repository (or any of the parent directories): .git\n", 'git_sbo_tree() gave correct output');
+ is ($out, "fatal: not a git repository (or any of the parent directories): .git\n", 'git_sbo_tree() gave correct output');
chdir $cwd;
system('rm', '-rf', $repo);