Skip to content

Commit ced5dbe

Browse files
committed
Fix test
1 parent c1660ef commit ced5dbe

File tree

1 file changed

+2
-1
lines changed
  • tests/nixos/fetch-git/test-cases/fetchTree-shallow

1 file changed

+2
-1
lines changed

tests/nixos/fetch-git/test-cases/fetchTree-shallow/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "fetchTree fetches git repos shallowly by default";
2+
description = "fetchTree fetches git repos shallowly if possible";
33
script = ''
44
# purge nix git cache to make sure we start with a clean slate
55
client.succeed("rm -rf ~/.cache/nix")
@@ -28,6 +28,7 @@
2828
type = "git";
2929
url = "{repo.remote}";
3030
rev = "{commit2_rev}";
31+
revCount = 1234;
3132
}}
3233
"""
3334

0 commit comments

Comments
 (0)