Skip to content

Commit

Permalink
respond to new behavior of md5 tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrodarmer committed Jul 7, 2016
1 parent c67dc8d commit 8cc66d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kar/kar-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test_create_options ()
if [ ! -x $MD5TOOL ]
then
echo "could not locate executable md5 tool"
elif ! MD5=$($MD5TOOL $ARCHIVE | cut -f1 -d' ')
elif ! MD5=$($MD5TOOL $ARCHIVE | cut -f4 -d' ')
then
echo "md5 failed with status $?"
cleanup
Expand Down

0 comments on commit 8cc66d7

Please sign in to comment.