search for: a62cfc

Displaying 1 result from an estimated 1 matches for "a62cfc".

Did you mean: a62cfce
2014 Jan 28
1
[PATCH] builder, sysprep: initialise the random generator
...o the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +# This is used by test-virt-sysprep-script.sh. + +pwd >> $abs_builddir/stamp-script4.sh diff --git a/sysprep/test-virt-sysprep-script.sh b/sysprep/test-virt-sysprep-script.sh index 98ecb96..a62cfce 100755 --- a/sysprep/test-virt-sysprep-script.sh +++ b/sysprep/test-virt-sysprep-script.sh @@ -31,7 +31,7 @@ if [ ! -w /dev/fuse ]; then fi # Check that multiple scripts can run. -rm -f stamp-script1.sh stamp-script2.sh +rm -f stamp-script1.sh stamp-script2.sh stamp-script4.sh if ! ./virt-sys...