Fix an integration test

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot
2015-11-18 15:54:49 +01:00
parent 36cf498fb2
commit 93f94d9521

View File

@@ -14,5 +14,6 @@ load ${BASE_TEST_DIR}/helpers.bash
docker $(machine config $NAME) run --name nolog busybox echo this should not be logged
run docker $(machine config $NAME) logs nolog
echo ${output}
[ $status -eq 1 ]
[ $status -eq 0 ]
[[ ${lines[0]} =~ "no log driver named 'none' is registered" ]]
}