Skip to content

Commit 933aee0

Browse files
rokiyamaanas10
authored andcommitted
Remove test for lockfile v1
1 parent 5d6de48 commit 933aee0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

integration-tests/lockfile/lockfile.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ testLockFile() {
2727
test -f patches/left-pad+1.3.0.patch || exit 1
2828
}
2929

30-
echo "test lockfile v3"
31-
testLockFile 3
32-
3330
echo "test lockfile v2"
3431
testLockFile 2
3532

36-
echo "test lockfile v1"
37-
testLockFile 1
33+
echo "test lockfile v3"
34+
testLockFile 3

0 commit comments

Comments
 (0)