diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-05-26 02:08:20 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-05-26 02:08:20 -0500 |
commit | 82ca73034e9fc0756945ddbd9c9008a8b6443d69 (patch) | |
tree | 9cb88cbb63fc349b5a282ed143eeea652d3e36f7 /tests/fixtures/0234-inherit-loop1.installfile | |
parent | db86a77b1d79824d2ee42d617f9a04bf8c3f7210 (diff) | |
download | horizon-82ca73034e9fc0756945ddbd9c9008a8b6443d69.tar.gz horizon-82ca73034e9fc0756945ddbd9c9008a8b6443d69.tar.bz2 horizon-82ca73034e9fc0756945ddbd9c9008a8b6443d69.tar.xz horizon-82ca73034e9fc0756945ddbd9c9008a8b6443d69.zip |
hscript: Implement (currently undocumented) 'inherit' key and tests
Diffstat (limited to 'tests/fixtures/0234-inherit-loop1.installfile')
-rw-r--r-- | tests/fixtures/0234-inherit-loop1.installfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/0234-inherit-loop1.installfile b/tests/fixtures/0234-inherit-loop1.installfile new file mode 100644 index 0000000..14d00f6 --- /dev/null +++ b/tests/fixtures/0234-inherit-loop1.installfile @@ -0,0 +1,3 @@ +arch ppc64 +pkginstall kde x11 +inherit 0235-inherit-loop2.installfile |