Erro de comando Bash CP com parênteses

#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
cadot.eu