Commit b227e2e2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update tests

parent b645c313
...@@ -13,8 +13,8 @@ filter_glob() ...@@ -13,8 +13,8 @@ filter_glob()
test_glob() test_glob()
{ {
local R1=$(ls -1 | filter_glob "$1") local R1="$(ls -1 | filter_glob "$1")"
local R2=$(ls $1) local R2="$(ls $1)"
check "$1" "$R1" "$R2" check "$1" "$R1" "$R2"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment