Skip to content

Commit 92f4e73

Browse files
committed
Redirect docker inspect output to /dev/null
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 99ebb9e commit 92f4e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-lib-nodejs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ check_prep_result() {
2626
}
2727

2828
image_exists() {
29-
docker inspect $1
29+
docker inspect $1 1>/dev/null
3030
}
3131

3232
container_exists() {

0 commit comments

Comments
 (0)