aboutsummaryrefslogblamecommitdiff
path: root/test/common-utils/configure_zsh_no_template.sh
blob: c62cae967d512b42c195fc38655ce0dce6ff55b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
function file_not_overridden() {
    cat ~/.zshrc | grep 'alias fnomockalias=' | grep testingmock
}
check "default-zsh-with-no-zshrc" file_not_overridden

# Report result
reportResults