projects
/
grml-autoconfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Release new version 0.20.4
[grml-autoconfig.git]
/
tests
/
test_dcsdir.sh
1
#!/bin/zsh
2
3
4
test_finddcsdir() {
5
CMDLINE=''
6
INSTALLED=''
7
8
EXPECTED_PATH='/run/live/medium'
9
10
config_finddcsdir &>/dev/null
11
12
assertEquals 'dcsdir is wrong' ${EXPECTED_PATH} ${DCSDIR}
13
14
}
15
16
. ./common_tests $0