mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 10:20:06 +00:00
fix: failing test
This commit is contained in:
@@ -53,7 +53,7 @@ run;
|
|||||||
data temp;
|
data temp;
|
||||||
x=1;
|
x=1;
|
||||||
run;
|
run;
|
||||||
filename ds "%sysfunc(pathname(work)).sas7bdat";
|
filename ds "%sysfunc(pathname(work))/temp.sas7bdat";
|
||||||
|
|
||||||
%mv_createfile(path=&mcTestAppLoc, name=&file..sas7bdat,inref=ds,mdebug=1)
|
%mv_createfile(path=&mcTestAppLoc, name=&file..sas7bdat,inref=ds,mdebug=1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user