diff options
author | Tomas Mraz <tm@t8m.info> | 2006-06-27 13:14:15 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2006-06-27 13:14:15 +0000 |
commit | 4110c7f360922b82424bfa6bc7292233efbc05d4 (patch) | |
tree | dc70565ce8daafcfabb81d84832d6ebe58d70074 /modules/pam_namespace/tst-pam_namespace | |
parent | bc7424a26860cc26630a80e5500284f3af36b940 (diff) | |
download | pam-4110c7f360922b82424bfa6bc7292233efbc05d4.tar.gz pam-4110c7f360922b82424bfa6bc7292233efbc05d4.tar.bz2 pam-4110c7f360922b82424bfa6bc7292233efbc05d4.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
* added dlopen test for pam_namespace
Diffstat (limited to 'modules/pam_namespace/tst-pam_namespace')
-rwxr-xr-x | modules/pam_namespace/tst-pam_namespace | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_namespace/tst-pam_namespace b/modules/pam_namespace/tst-pam_namespace new file mode 100755 index 00000000..c929dfcf --- /dev/null +++ b/modules/pam_namespace/tst-pam_namespace @@ -0,0 +1,2 @@ +#!/bin/sh +../../tests/tst-dlopen .libs/pam_namespace.so |