diff options
author | dancer <dancer> | 2006-01-29 21:19:19 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-01-29 21:19:19 +0000 |
commit | 76e62017424d96e448a9b183d4f1319fe28d53b5 (patch) | |
tree | ec50717b7b126fe5d8964a3c64f767cc39a7a870 /testsuite | |
parent | 84d60e5f044216b7c001a1c658ec2eeac594ddf6 (diff) | |
download | pbuilder-76e62017424d96e448a9b183d4f1319fe28d53b5.tar pbuilder-76e62017424d96e448a9b183d4f1319fe28d53b5.tar.gz |
implement hookdir for workaround of initscripts and cdebootstrap bug.
add G hooks for pbuilder create.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh index b080967..9fe66fe 100755 --- a/testsuite/run-test.sh +++ b/testsuite/run-test.sh @@ -27,7 +27,7 @@ testbuild=$testdir/dir1 testbuild2=$testdir/dir2 testbuild3=$testdir/dir3 -HOOKOPTION=" --hookdir /usr/share/doc/pbuilder/examples/344089" +HOOKOPTION=" --hookdir /usr/share/doc/pbuilder/examples/workaround" for DEBOOTSTRAP in debootstrap cdebootstrap; do case $DEBOOTSTRAP in |