summaryrefslogtreecommitdiffstats
path: root/share/dtf/lib
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-11-18 10:15:52 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-11-18 10:15:52 +0100
commitf7640dc73e41409b1dd4d3e2ccaf7e93c234468c (patch)
tree49d616823d5509c936a94f4b393ab24aa35cd6f8 /share/dtf/lib
parent9221927b70dd32e46d4c3bf6f8c3d34ffea3bb51 (diff)
downloaddtf-f7640dc73e41409b1dd4d3e2ccaf7e93c234468c.tar.gz
dtf-f7640dc73e41409b1dd4d3e2ccaf7e93c234468c.tar.xz
dtf-f7640dc73e41409b1dd4d3e2ccaf7e93c234468c.zip
lib: document 'default' file is not a template
Diffstat (limited to 'share/dtf/lib')
-rw-r--r--share/dtf/lib/default2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/dtf/lib/default b/share/dtf/lib/default
index 3f0d50f..24a9c0c 100644
--- a/share/dtf/lib/default
+++ b/share/dtf/lib/default
@@ -2,6 +2,8 @@
# Global library file. Methods prefixed by '__dtf_' are internal, for example
# __dtf_is_testdir. Other methods prefixed by 'dtf_' are API.
+# This file must never be used as template for 'dg' because it is used both on
+# maintainer machine and on tested machine.
: ${SHELL=/bin/sh}