summaryrefslogtreecommitdiff
path: root/tests/fixtures/0232-inherit-basic.installfile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 23:30:18 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 23:30:18 -0500
commit615278f3365087e436ee5ea13e0d15bd60718038 (patch)
tree9b67e19184a743c0ee3672b6266b281a6d7e8799 /tests/fixtures/0232-inherit-basic.installfile
parent8bb3f48cb970a410d93940c675c4a086af9fbcdd (diff)
downloadhorizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.gz
horizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.bz2
horizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.xz
horizon-615278f3365087e436ee5ea13e0d15bd60718038.zip
hscript: Allow multiple inheritance
This allows a HorizonScript to inherit from multiple files. Files are parsed in a system-defined, unspecified order, but all scripts of a given depth are guaranteed to be parsed before the next depth.
Diffstat (limited to 'tests/fixtures/0232-inherit-basic.installfile')
-rw-r--r--tests/fixtures/0232-inherit-basic.installfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/0232-inherit-basic.installfile b/tests/fixtures/0232-inherit-basic.installfile
index 64a4c6a..2e65f1e 100644
--- a/tests/fixtures/0232-inherit-basic.installfile
+++ b/tests/fixtures/0232-inherit-basic.installfile
@@ -1,3 +1,3 @@
arch ppc64
pkginstall kde x11
-inherit 0222-complete.installfile
+inherit ../../fixtures/0222-complete.installfile