config_display_ssh_fingerprints: adjust check for present host keys
[grml-autoconfig.git] / tests / test_dcsdir.sh
1 #!/bin/zsh
2
3
4 test_finddcsdir() {
5     CMDLINE=''
6     INSTALLED=''
7
8     EXPECTED_PATH='/live/image'
9
10     config_finddcsdir &>/dev/null
11
12     assertEquals 'dcsdir is wrong' ${EXPECTED_PATH} ${DCSDIR}
13
14 }
15
16 . ./common_tests $0