mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Fix submodule tests/shunit2
This commit is contained in:
parent
84f158b5e6
commit
a03ecdf4fc
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f "$testDir/shunit2/shunit2" ]; then
|
if [ ! -f "$testDir/shunit2/shunit2" ]; then
|
||||||
echo "Could not find shunit2 in $testDir/shunit2."
|
echo "Could not find shunit2 in $testDir/shunit2."
|
||||||
echo "Run 'git submodules init && git submodules update'"
|
echo "Run 'git submodule update --init'"
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
1
tests/shunit2
Submodule
1
tests/shunit2
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3f2bff2a815097be557a5c0af77f967a87139409
|
Loading…
Reference in a new issue