diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qlist/dotest | 3 | ||||
-rw-r--r-- | tests/qlist/root/sys-fs/mtools-4.0.13/IUSE | 1 | ||||
-rw-r--r-- | tests/qlist/root/sys-fs/mtools-4.0.13/USE | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/qlist/dotest b/tests/qlist/dotest index 0bb031b..509a20d 100755 --- a/tests/qlist/dotest +++ b/tests/qlist/dotest @@ -70,6 +70,9 @@ test 15 1 "qlist -ICv lajsdflkjasdflkjasdfljasdf" # match test w/out sub-SLOT test 16 0 "qlist -ICSS virtual/sub-2:1" +# check USE retrieval +test 17 0 "qlist -IUv mtools" + cleantmpdir end diff --git a/tests/qlist/root/sys-fs/mtools-4.0.13/IUSE b/tests/qlist/root/sys-fs/mtools-4.0.13/IUSE new file mode 100644 index 0000000..a834dce --- /dev/null +++ b/tests/qlist/root/sys-fs/mtools-4.0.13/IUSE @@ -0,0 +1 @@ +X static-libs abi_x86_32 abi_x86_64 diff --git a/tests/qlist/root/sys-fs/mtools-4.0.13/USE b/tests/qlist/root/sys-fs/mtools-4.0.13/USE new file mode 100644 index 0000000..c91abd8 --- /dev/null +++ b/tests/qlist/root/sys-fs/mtools-4.0.13/USE @@ -0,0 +1 @@ +abi_x86_64 elibc_SunOS kernel_SunOS prefix X |