13 lines
202 B
Bash
Executable File
13 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
run_test '$ABRA autocomplete bash'
|
|
|
|
run_test '$ABRA autocomplete fizsh'
|
|
|
|
run_test '$ABRA autocomplete zsh'
|
|
|
|
run_test '$ABRA autocomplete fish'
|