Skip to content

Commit e0eede1

Browse files
committed
test: uncomment status assertion
1 parent 59a062b commit e0eede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ begin_test "cloneSSL"
123123

124124
newclonedir="testcloneSSL1"
125125
git lfs clone "$SSLGITSERVER/$reponame" "$newclonedir" 2>&1 | tee lfsclone.log
126-
#assert_clean_status
126+
assert_clean_status
127127
grep "Cloning into" lfsclone.log
128128
grep "Git LFS:" lfsclone.log
129129
# should be no filter errors

0 commit comments

Comments
 (0)