Skip to content

Commit 93eb34d

Browse files
committed
trigger GH action...
1 parent 716c2b7 commit 93eb34d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

acceptance-tests/tests/select-db-with-password.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ $REDISCMD FLUSHDB
1818
$REDISCMD --pipe <backup
1919
NEWDBSIZE=`$REDISCMD dbsize`
2020
echo "Redis has $DBSIZE entries"
21-
2221
echo "-> Comparing DB sizes..."
2322
if [ $DBSIZE -ne $NEWDBSIZE ]; then
2423
echo "ERROR - restored DB has $NEWDBSIZE elements, expected $DBSIZE"

0 commit comments

Comments
 (0)