diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-10 13:25:40 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-10 13:25:40 +0100 |
commit | b033b55558503a1920c5b7cc1a7e1365749585e0 (patch) | |
tree | 50183cecb8b09a763cbf11233785df87d7c8b056 /regressions/Makefile.am | |
parent | 3161cb58a5c9d285c2b9f9c63887138dfc36f28c (diff) | |
download | libguestfs-b033b55558503a1920c5b7cc1a7e1365749585e0.tar.gz libguestfs-b033b55558503a1920c5b7cc1a7e1365749585e0.tar.xz libguestfs-b033b55558503a1920c5b7cc1a7e1365749585e0.zip |
fish: Add regression test for copy-in and copy-out.
Diffstat (limited to 'regressions/Makefile.am')
-rw-r--r-- | regressions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regressions/Makefile.am b/regressions/Makefile.am index ca4292a9..3a6fe4da 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -34,6 +34,7 @@ TESTS = \ rhbz580246.sh \ test-cancellation-download-librarycancels.sh \ test-cancellation-upload-daemoncancels.sh \ + test-copy.sh \ test-find0.sh \ test-luks.sh \ test-lvm-filtering.sh \ |