]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/083
nbd: Split nbd.c
[qemu.git] / tests / qemu-iotests / 083
index 1b2d3f1156c2c7df86d6334069c967698d9c1dc7..566da99323c2bd5659cfc4c8cb112d467bed8d8b 100755 (executable)
@@ -55,7 +55,7 @@ filter_nbd() {
        # callbacks sometimes, making them unreliable.
        #
        # Filter out the TCP port number since this changes between runs.
-       sed -e 's#^.*nbd\.c:.*##g' \
+       sed -e 's#^.*nbd/.*\.c:.*##g' \
            -e 's#nbd:127\.0\.0\.1:[^:]*:#nbd:127\.0\.0\.1:PORT:#g' \
             -e 's#\(exportname=foo\|PORT\): Failed to .*$#\1#'
 }
This page took 0.023356 seconds and 4 git commands to generate.