[Libguestfs] [PATCH nbdkit 07/10] tests/test-parallel-*.sh: Remove redundant comment

Richard W.M. Jones rjones at redhat.com
Sat Sep 9 13:57:55 UTC 2023


---
 tests/test-parallel-file.sh | 1 -
 tests/test-parallel-nbd.sh  | 1 -
 tests/test-parallel-sh.sh   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/tests/test-parallel-file.sh b/tests/test-parallel-file.sh
index 3cbaa2d46..add60007a 100755
--- a/tests/test-parallel-file.sh
+++ b/tests/test-parallel-file.sh
@@ -32,7 +32,6 @@
 
 source ./functions.sh
 
-# Check file-data was created by Makefile and qemu-io exists.
 requires test -f file-data
 requires qemu-io --version
 requires timeout 60s true
diff --git a/tests/test-parallel-nbd.sh b/tests/test-parallel-nbd.sh
index ebecb6cab..3467e9f98 100755
--- a/tests/test-parallel-nbd.sh
+++ b/tests/test-parallel-nbd.sh
@@ -32,7 +32,6 @@
 
 source ./functions.sh
 
-# Check file-data was created by Makefile and qemu-io exists.
 requires test -f file-data
 requires qemu-io --version
 requires timeout 60s true
diff --git a/tests/test-parallel-sh.sh b/tests/test-parallel-sh.sh
index 73f5ab512..fae44e537 100755
--- a/tests/test-parallel-sh.sh
+++ b/tests/test-parallel-sh.sh
@@ -32,7 +32,6 @@
 
 source ./functions.sh
 
-# Check file-data was created by Makefile and qemu-io exists.
 requires test -f file-data
 requires qemu-io --version
 requires timeout 60s true
-- 
2.41.0



More information about the Libguestfs mailing list