diff options
Diffstat (limited to 'test/integration/test-apt-cli-json-hooks')
-rwxr-xr-x | test/integration/test-apt-cli-json-hooks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-cli-json-hooks b/test/integration/test-apt-cli-json-hooks index 80922e01b..298fae072 100755 --- a/test/integration/test-apt-cli-json-hooks +++ b/test/integration/test-apt-cli-json-hooks @@ -21,6 +21,7 @@ APTARCHIVE="$(readlink -f ./aptarchive)" cat >> json-hook.sh << EOF #!/bin/bash +set -e while true; do read request <&\$APT_HOOK_SOCKET read empty <&\$APT_HOOK_SOCKET |