diff --git a/test/associative.test.bash b/test/associative.test.bash index d439520..78091d9 100755 --- a/test/associative.test.bash +++ b/test/associative.test.bash @@ -33,5 +33,6 @@ function array_inspect { build mine1 build mine2 -array_inspect mine1 +declare -n other=mine1 +array_inspect other array_inspect mine2