Changeset 4f663f3e in mainline for uspace/app/tester/stdio/stdio1.c


Ignore:
Timestamp:
2020-06-18T14:18:49Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
28a5ebd
Parents:
ffccdff0
Message:

Use correct path to the test text file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/stdio/stdio1.c

    rffccdff0 r4f663f3e  
    4141{
    4242        FILE *file;
    43         const char *file_name = "/textdemo";
     43        const char *file_name = "/demo.txt";
    4444
    4545        TPRINTF("Open file \"%s\"...", file_name);
Note: See TracChangeset for help on using the changeset viewer.