This repository has been archived on 2020-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
tests/oci8.sh
2015-02-28 15:46:51 +08:00

8 lines
153 B
Bash
Executable File

#!/bin/bash
this_file=$(basename $0)
base_dir_len=`expr ${#this_file} - 3`
test_dir=${this_file: 0: `expr $base_dir_len`}
cd $test_dir
./$this_file
cd -