Fix unbound variable in shim env test

This commit is contained in:
Trevor Brown 2020-10-16 10:42:09 -04:00
parent 6fec5ea288
commit 97aab882e7

View File

@ -80,5 +80,5 @@ teardown() {
# Should not contain duplicate colon
run grep '::' <(echo "$path_line")
[ "$duplicate_colon" == "" ]
[ "$output" == "" ]
}