I have in a script with:
#!/bin/bash
test "$1"
Is it possible to pass to this script an argument so that test "$1" becomes
te