Erreur de commande Bash CP avec parenthèse

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