[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] [PATCH v2 1/2] test: Add helper library to fake passwd/g
From: |
Andreas Grünbacher |
Subject: |
Re: [Acl-devel] [PATCH v2 1/2] test: Add helper library to fake passwd/group files |
Date: |
Sat, 5 Dec 2015 23:38:25 +0100 |
Jeff,
2015-12-02 17:09 GMT+01:00 <address@hidden>:
> diff --git a/test/runwrapper b/test/runwrapper
> new file mode 100755
> index 0000000..38de337
> --- /dev/null
> +++ b/test/runwrapper
> @@ -0,0 +1,6 @@
> +#!/bin/bash
> +if [ -e "$PWD/.libs/libtestlookup.so" ]; then
> + export LD_PRELOAD="$PWD/.libs/libtestlookup.so"
> +fi
> +
> +$PWD/test/run $@
is there a reason why you didn't add this directly to the run script?
Thanks,
Andreas
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Acl-devel] [PATCH v2 1/2] test: Add helper library to fake passwd/group files,
Andreas Grünbacher <=