search for: fadfdbf

Displaying 3 results from an estimated 3 matches for "fadfdbf".

2015 Oct 06
3
[PATCH 1/2] tests: Fix test-launch-race.
...ng $LIBGUESTFS_CACHEDIR. Note the test now takes a lot longer to run since it does a full appliance rebuild. --- tests/protocol/test-launch-race.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl index fadfdbf..6fef1a5 100755 --- a/tests/protocol/test-launch-race.pl +++ b/tests/protocol/test-launch-race.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2015 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under th...
2015 Oct 07
0
Re: [PATCH 1/2] tests: Fix test-launch-race.
...test now takes a lot longer to run since it does a full > appliance rebuild. > --- > tests/protocol/test-launch-race.pl | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl > index fadfdbf..6fef1a5 100755 > --- a/tests/protocol/test-launch-race.pl > +++ b/tests/protocol/test-launch-race.pl > @@ -1,5 +1,5 @@ > #!/usr/bin/env perl > -# Copyright (C) 2010 Red Hat Inc. > +# Copyright (C) 2010-2015 Red Hat Inc. > # > # This program is free software; you can redi...
2015 Oct 05
1
[PATCH] Fix shebang in perl scripts
...-nbd.pl +++ b/tests/nbd/test-nbd.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) 2013 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/tests/protocol/test-launch-race.pl b/tests/protocol/test-launch-race.pl index f933bfe..fadfdbf 100755 --- a/tests/protocol/test-launch-race.pl +++ b/tests/protocol/test-launch-race.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) 2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/tests/regressions/test-noexec-sta...