1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: fix test

This commit is contained in:
Allan Bowe
2022-05-17 15:01:28 +00:00
committed by GitHub
parent 3fa639ebf7
commit a14e31804a

View File

@@ -21,7 +21,8 @@
%mf_mkdir(&root/a/d)
%mf_mkdir(&root/a/e)
%mf_mkdir(&root/a/e/f)
data "&root/a/e/f/ds1.sas7bdat";
libname test "&root/a/e/f";
data test.ds1;
x=1;
run;