cmd/cue/cmd: remove skip tests

These were left from a refactoring

Change-Id: I109f45ce2a8912bea24735ad6a7eee454bfd0c3a
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8784
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
diff --git a/cmd/cue/cmd/testdata/script/issue289.txt b/cmd/cue/cmd/testdata/script/issue289.txt
index 2b67638..81cf9f6 100644
--- a/cmd/cue/cmd/testdata/script/issue289.txt
+++ b/cmd/cue/cmd/testdata/script/issue289.txt
@@ -1,4 +1,4 @@
-skip 'error message'
+# TODO: error message could be improved.
 
 ! cue import test.yaml -p kube -l 'strings.ToCamel(kind)' -l metadata.name -f
 cmp stderr expect-stderr
@@ -11,5 +11,6 @@
 spec:
   type: NodePort
 ---
+# EMPTY FILE
 -- expect-stderr --
-unsupported label path type: instance is not a struct, found null
\ No newline at end of file
+unsupported label path type: reference "kind" not found
diff --git a/cmd/cue/cmd/testdata/script/vet_data.txt b/cmd/cue/cmd/testdata/script/vet_data.txt
index 49feb3e..7cde3c5 100644
--- a/cmd/cue/cmd/testdata/script/vet_data.txt
+++ b/cmd/cue/cmd/testdata/script/vet_data.txt
@@ -1,5 +1,3 @@
-skip 'error messages'
-
 ! cue vet schema.cue data.yaml
 cmp stderr vet-stderr
 
@@ -23,10 +21,8 @@
     name: Norwegian
 
 -- vet-stderr --
-languages.2.tag: conflicting values false and string (mismatched types bool and string)
 languages.1.name: invalid value "dutch" (out of bound =~"^\\p{Lu}"):
     ./schema.cue:3:8
 -- export-stderr --
-languages.2.tag: conflicting values false and string (mismatched types bool and string)
 languages.1.name: invalid value "dutch" (out of bound =~"^\\p{Lu}"):
     ./schema.cue:3:8